home *** CD-ROM | disk | FTP | other *** search
- // define our error messages
-
- #define EMSG_NOREQTOOLS 1
- #define EMSG_NOMEM 2
- #define EMSG_NOLIBS 3
- #define EMSG_NOFONT 4
- #define EMSG_NOSCREEN 5
- #define EMSG_NOWINDOW 6
- #define EMSG_BBSGLOBALERR 7
- #define EMSG_NOTENOUGHNL 8
- #define EMSG_NODESETTIGSERROR 9
- #define EMSG_ALREADYSTARTED 10
- #define EMSG_CANTCHANGESCREEN 11
- #define EMSG_NOAUTOSTART 12
- #define EMSG_NOHBBS 13
- #define EMSG_CONFPATHSERROR 14
- #define EMSG_PATHMISSING 15
- #define EMSG_LEVELSFILEERROR 16
- #define EMSG_PROTOCOLSFILEERROR 17
-
- // messages from "Node"
-
- #define EMSG_NOCTRL 100
- #define EMSG_NODEVICE 101
- #define EMSG_NONODEWINDOW 102
- #define EMSG_NOWATCHSCRWIN 103
- #define EMSG_NODEALREADYUP 104
- #define EMSG_NODEINVALID 105
- #define EMSG_NOCOMMON 106
- #define EMSG_COMMONERR 107
- #define EMSG_NONODE 108
- #define EMSG_NODEERR 109
- #define EMSG_NOTIMER 110
- #define EMSG_DEVICEFILEERR 111
-
- #ifdef MAIN
-
- UBYTE *TYPE_STR[7]={"None!","Fatal","Critical","Important","Warning","Don't Care","Memory"};
- UBYTE *ESTR_NOSERIAL="Error Opening Serial Port!";
-
- #else
-
- extern UBYTE *TYPE_STR[7];
- extern UBYTE *ESTR_NOSERIAL;
-
- #endif